home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TMP3VIEWFRAME / TMP3VIEWFRAME.txt
Text File  |  2008-11-03  |  9KB  |  326 lines

  1. inherited MP3ViewFrame: TMP3ViewFrame
  2.   object InputPanel: TUiPanel [0]
  3.     Left = 0
  4.     Top = 0
  5.     Width = 790
  6.     Height = 291
  7.     Align = alClient
  8.     BevelOuter = bvNone
  9.     TabOrder = 0
  10.     OnResize = InputPanelResize
  11.     object Splitter: TUiSplitter
  12.       Left = 393
  13.       Top = 0
  14.       Height = 291
  15.       AutoSnap = False
  16.       OnMoved = SplitterMoved
  17.     end
  18.     object LeftPanel: TUiPanel
  19.       Tag = 1
  20.       Left = 0
  21.       Top = 0
  22.       Width = 393
  23.       Height = 291
  24.       Align = alLeft
  25.       BevelOuter = bvLowered
  26.       TabOrder = 0
  27.     end
  28.     object RightPanel: TUiPanel
  29.       Tag = 2
  30.       Left = 396
  31.       Top = 0
  32.       Width = 394
  33.       Height = 291
  34.       Align = alClient
  35.       BevelOuter = bvLowered
  36.       TabOrder = 1
  37.     end
  38.   end
  39.   inherited JobProgressPanel: TUiPanel
  40.     Top = 291
  41.     TabOrder = 1
  42.   end
  43.   inherited MessagePanel: TUiPanel
  44.     TabOrder = 2
  45.   end
  46.   object DetailsPanel: TUiPanel [4]
  47.     Left = 0
  48.     Top = 312
  49.     Width = 790
  50.     Height = 72
  51.     Align = alBottom
  52.     BevelOuter = bvLowered
  53.     TabOrder = 4
  54.     OnResize = DetailsPanelResize
  55.   end
  56.   inherited StatusBar: TUiStatusBar
  57.     Panels = <
  58.       item
  59.         Style = psOwnerDraw
  60.         Width = 225
  61.         Images = BcImages.ContentImages
  62.       end
  63.       item
  64.         Width = 300
  65.       end
  66.       item
  67.         Width = 125
  68.       end
  69.       item
  70.         Width = 50
  71.       end>
  72.   end
  73.   inherited Actions: TUiActionList
  74.     object ReportAction: TUiAction
  75.       Category = 'Session'
  76.       Caption = 'MP3 Compare Re&port...'
  77.       Hint = 'MP3 Compare Report|Produces MP3 Compare report.'
  78.       ImageIndex = imgReport
  79.       OnExecute = ReportExecute
  80.       ShortCaption = 'Report'
  81.     end
  82.     object InfoAction: TUiAction
  83.       Category = 'Session'
  84.       Caption = 'MP3 Compare &Info'
  85.       Hint = 'MP3 Compare Info|Displays compare statistics.'
  86.       ImageIndex = imgInfo
  87.       OnExecute = InfoExecute
  88.       ShortCaption = 'Info'
  89.     end
  90.     object Play2Action: TUiAction
  91.       Category = 'Session'
  92.       OnExecute = Play2Execute
  93.       Desc = 'Play Both|Plays both audio tracks.'
  94.       ShortCaption = 'Play2'
  95.       StaticImageIndex = imgMP3Play2
  96.     end
  97.     object PlayAction: TUiAction
  98.       Category = 'File'
  99.       OnExecute = PlayExecute
  100.       Desc = 'Play|Plays audio track.'
  101.       StaticImageIndex = imgMP3Play
  102.     end
  103.     object CopyAction: TUiAction
  104.       Category = 'Edit'
  105.       Caption = '&Copy'
  106.       Hint = 'Copy|Copies selection and puts it on Clipboard.'
  107.       ImageIndex = imgCopy
  108.       OnExecute = CopyExecute
  109.       ShortCaption = 'Copy'
  110.     end
  111.     object SelectAllAction: TUiAction
  112.       Category = 'Edit'
  113.       Caption = '&Select All'
  114.       Hint = 'Select All|Selects all visible items.'
  115.       OnExecute = TreeViewCommandExecute
  116.       ShortCaption = 'Select'
  117.     end
  118.     object DiffItemNextAction: TUiAction
  119.       Category = 'Search'
  120.       Caption = '&Next Difference Item'
  121.       Hint = 'Next Difference Item|Positions at next difference item.'
  122.       OnExecute = DiffItemNextExecute
  123.       ShortCaption = 'Next Item'
  124.       StaticImageIndex = imgDown
  125.     end
  126.     object DiffItemPrevAction: TUiAction
  127.       Category = 'Search'
  128.       Caption = '&Previous Difference Item'
  129.       Hint = 'Previous Difference Item|Positions at previous difference item.'
  130.       OnExecute = DiffItemPrevExecute
  131.       ShortCaption = 'Prev Item'
  132.       StaticImageIndex = imgUp
  133.     end
  134.     object ExistsNextAction: TUiAction
  135.       Category = 'Search'
  136.       Caption = 'Next Existing Item'
  137.       Hint = 'Next Existing Item|Positions at next item, skipping over gaps.'
  138.       OnExecute = ExistsNextExecute
  139.     end
  140.     object ExistsPrevAction: TUiAction
  141.       Category = 'Search'
  142.       Caption = 'Previous Existing Item'
  143.       Hint = 
  144.         'Previous Existing Item|Positions at previous item, skipping over' +
  145.         ' gaps.'
  146.       OnExecute = ExistsPrevExecute
  147.     end
  148.     object FindAction: TUiAction
  149.       Category = 'Search'
  150.       Caption = '&Find...'
  151.       Hint = 'Find|Finds search string.'
  152.       ImageIndex = imgFind
  153.       OnExecute = FindExecute
  154.       ShortCaption = 'Find'
  155.     end
  156.     object FindNextAction: TUiAction
  157.       Category = 'Search'
  158.       Caption = 'Find Next'
  159.       Hint = 'Find Next|Finds next occurrence of search string.'
  160.       ImageIndex = imgFindNext
  161.       OnExecute = FindNextPrevExecute
  162.       ShortCaption = 'Next'
  163.     end
  164.     object FindPrevAction: TUiAction
  165.       Category = 'Search'
  166.       Caption = 'Find Previous'
  167.       Hint = 'Find Previous|Finds previous occurrence of search string.'
  168.       ImageIndex = imgFindPrev
  169.       OnExecute = FindNextPrevExecute
  170.       ShortCaption = 'Prev'
  171.     end
  172.     object GoLeftAction: TUiAction
  173.       Category = 'Search'
  174.       Caption = 'Go Left'
  175.       Hint = 'Go Left|Positions in pane left of selected one.'
  176.       OnExecute = GoLeftExecute
  177.       ShortCaption = 'Go Left'
  178.     end
  179.     object GoRightAction: TUiAction
  180.       Category = 'Search'
  181.       Caption = 'Go Right'
  182.       Hint = 'Go Right|Positions in pane right of selected one.'
  183.       OnExecute = GoRightExecute
  184.       ShortCaption = 'Go Right'
  185.     end
  186.     object GoNextAction: TUiAction
  187.       Category = 'Search'
  188.       Caption = 'Go Next'
  189.       Hint = 'Go Next|Positions in pane after selected one.'
  190.       OnExecute = GoNextExecute
  191.       ShortCaption = 'Go Next'
  192.     end
  193.     object GoPrevAction: TUiAction
  194.       Category = 'Search'
  195.       Caption = 'Go Prev'
  196.       Hint = 'Go Prev|Positions in pane before selected one.'
  197.       OnExecute = GoPrevExecute
  198.       ShortCaption = 'Go Prev'
  199.     end
  200.     object FavCompareAllAction: TUiAction
  201.       Category = 'Favorites'
  202.       Caption = 'Show All'
  203.       Hint = 
  204.         'Show All|Shows same, left orphan, right orphan and difference it' +
  205.         'ems.'
  206.       ImageIndex = imgFavAll
  207.       OnExecute = FavExecute
  208.       ShortCaption = 'All'
  209.     end
  210.     object FavDiffAction: TUiAction
  211.       Category = 'Favorites'
  212.       Caption = 'Show Differences'
  213.       Hint = 
  214.         'Show Differences|Shows left orphan, right orphan and difference ' +
  215.         'items.'
  216.       ImageIndex = imgFavDiff
  217.       OnExecute = FavExecute
  218.       ShortCaption = 'Diffs'
  219.     end
  220.     object FavSameAction: TUiAction
  221.       Category = 'Favorites'
  222.       Caption = 'Show Same'
  223.       Hint = 'Show Same|Shows same items.'
  224.       ImageIndex = imgFavSame
  225.       OnExecute = FavExecute
  226.       ShortCaption = 'Same'
  227.     end
  228.     object FavCompareNoneAction: TUiAction
  229.       Category = 'None'
  230.       Caption = 'Show None'
  231.       Hint = 'Show None|Shows no items.'
  232.       ImageIndex = imgFavNone
  233.       OnExecute = FavExecute
  234.       ShortCaption = 'None'
  235.     end
  236.     object TogSameAction: TUiAction
  237.       Category = 'Toggles'
  238.       Caption = 'Toggle Same'
  239.       Hint = 'Toggle Same|Shows or hides same items.'
  240.       OnExecute = TogExecute
  241.       ShortCaption = 'Same'
  242.     end
  243.     object TogLeftOrphanAction: TUiAction
  244.       Category = 'Toggles'
  245.       Caption = 'Toggle Left Orphans'
  246.       Hint = 'Toggle Left Orphans|Shows or hides left orphan items.'
  247.       OnExecute = TogExecute
  248.       ShortCaption = 'Left'
  249.     end
  250.     object TogRightOrphanAction: TUiAction
  251.       Category = 'Toggles'
  252.       Caption = 'Toggle Right Orphans'
  253.       Hint = 'Toggle Right Orphans|Shows or hides right orphan items.'
  254.       OnExecute = TogExecute
  255.       ShortCaption = 'Right'
  256.     end
  257.     object TogDiffAction: TUiAction
  258.       Category = 'Toggles'
  259.       Caption = 'Toggle Differences'
  260.       Hint = 'Toggle Differences|Shows or hides difference items.'
  261.       OnExecute = TogExecute
  262.       ShortCaption = 'Diffs'
  263.     end
  264.     object IsSigAction: TUiAction
  265.       Category = 'View'
  266.       AutoCheck = True
  267.       Hint = 
  268.         'Item Is Important|Marks selected item as important or unimportan' +
  269.         't.'
  270.       OnExecute = IsSigExecute
  271.     end
  272.     object ShowWSAction: TUiAction
  273.       Category = 'View'
  274.       AutoCheck = True
  275.       Caption = 'Visible &Whitespace'
  276.       Hint = 'Visible Whitespace|Shows or hides visible spaces, tabs.'
  277.       ImageIndex = imgShowWS
  278.       OnExecute = ViewStateExecute
  279.       ShortCaption = 'Space'
  280.     end
  281.     object DisplayFontAction: TUiAction
  282.       Category = 'View'
  283.       Caption = 'Display &Font...'
  284.       Hint = 'Display Font|Sets listing font.'
  285.       ImageIndex = imgDisplayFont
  286.       OnExecute = DisplayFontExecute
  287.       ShortCaption = 'Font'
  288.     end
  289.     object SideBySideAction: TUiAction
  290.       Category = 'View'
  291.       AutoCheck = True
  292.       Caption = 'Side-by-side &Layout'
  293.       GroupIndex = 20
  294.       Hint = 'Side-by-side Layout|Arranges panes side-by-side.'
  295.       ImageIndex = imgSideBySide
  296.       OnExecute = OverUnderExecute
  297.       ShortCaption = 'Normal'
  298.     end
  299.     object OverUnderAction: TUiAction
  300.       Category = 'View'
  301.       AutoCheck = True
  302.       Caption = '&Over-under Layout'
  303.       GroupIndex = 20
  304.       Hint = 'Over-under Layout|Arranges panes above and below each other.'
  305.       ImageIndex = imgOverUnder
  306.       OnExecute = OverUnderExecute
  307.       ShortCaption = 'Stacked'
  308.     end
  309.     object ShowDetailsAction: TUiAction
  310.       Category = 'View'
  311.       AutoCheck = True
  312.       Caption = 'Item &Details'
  313.       Hint = 'Item Details|Shows or hides item details panel.'
  314.       ImageIndex = imgShowTextDetails
  315.       OnExecute = ShowDetailsExecute
  316.       ShortCaption = 'Details'
  317.     end
  318.     object HideDetailsAction: TUiAction
  319.       Category = 'Popup'
  320.       Caption = 'Hide'
  321.       Hint = 'Hide Details Panel|Hides item details panel.'
  322.       OnExecute = ShowDetailsExecute
  323.     end
  324.   end
  325. end
  326.